Valid for Sitecore
5.2, 5.1.1
CleanupPublishQueue
Prev Next |
CleanupPublishQueue removes all queued information from the queue with dates up to and including the date given in the to parameter.
bool CleanupPublishQueue(
DateTime to,
CallContext context
)
Sitecore calls the CleanupPublishQueue periodically to cleanup the publishing queue so that it does not grow too large.
For more information about Sitecore cleanup agents please see the following link
http://sdn.sitecore.net/Articles/Administration/Database Maintenance.html
Prev Next